#appNotificationsMobile #notifications {
    display: none !important;
}

#appNotificationsMobile #notifications.active {
    display: block !important;
}

@media (min-width: 968px) {
    #appNotificationsMobile {
        display: none;
    }
}

@media (max-width: 968px) {
    #appNotificationsMobile {
        display: inline;
    }
}